home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / hardware-part1 / 7019 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.1 KB

  1. Path: god.bel.alcatel.be!usenet
  2. From: Evert de Vos <vosev@sh.bel.alcatel.be>
  3. Newsgroups: comp.sys.amiga.hardware
  4. Subject: Re: TAR, BTNtape and HP35470A DAT Drive
  5. Date: Wed, 13 Mar 1996 13:04:04 +0100
  6. Organization: Alcatel/Bell
  7. Message-ID: <3146B9B4.2781E494@sh.bel.alcatel.be>
  8. References: <3145B779.58B7@bart.nl>
  9. NNTP-Posting-Host: btk048.bsg.bel.alcatel.be
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (X11; I; SunOS 4.1.3_U1 sun4m)
  14.  
  15. Job Hanssen wrote:
  16.  
  17. > I've managed to setup everything and it does work, but it's slow as
  18. > hell, although the drive only stops a few times while backing up about
  19. > 1,6 gig. This takes almost 3 houres!
  20.  
  21. Yo, I have the same DAT Drive and the docs say that it can
  22. handle 11MB/min maximum so the fastest time for 1.6GIG is
  23. 1600MB / 11MB = 145 mins = 2:25 hours. So 3 hours doesn't
  24. seem slow to me!! After all, 1.6GIG _IS_ a lot.
  25.  
  26. > I have no idea what the 'blocksize' and 'number of blocks' do. I just
  27. > used the numbers used in examples. Could someone explain this to me in
  28. > plain, clear english, or even better,  dutch? I really don't
  29. > understand what's meant by double buffering and stuff like this in the
  30. > docs that came with BTNtape (not the authors fault, I just don't know
  31. > enough about these things to understand what's being said).
  32.  
  33. I don't know that much about blocksize, but I know that amiga normally
  34. uses 512 bytes for a block, and unix normally uses 20kb for blockes
  35. like the docs say. So if you want to read a tape from a unix workstation
  36. with your amiga, you probably need to use 20kb for the blocksize.
  37.  
  38. Double buffering is just that it has 2 buffers. When you start your
  39. backup, it reads data from your harddisk into buffer1. When buffer1
  40. is full it reads data from your harddisk into buffer2 while buffer1
  41. is being written to tape. Then when buffer1 is written to tape AND
  42. buffer2 is full with data, it reads data from your harddisk into
  43. buffer1 while buffer2 is being written to tape, etc. Very simple,
  44. when one buffer is used for tape, the other is used for harddisk.
  45. Hope you understand this.
  46.  
  47. > Job Hanssen - hanssen@bart.nl
  48.